home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / main.dir / 00456.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  239 b   |  14 lines

  1. on mouseDown
  2.   puppetTransition(0)
  3.   set the movieRate of sprite 2 to 0
  4.   sound stop 1
  5.   NextScreen()
  6.   puppetSprite(45, 0)
  7.   sound fadeOut 2, 45
  8.   if the movie = "main.dir" then
  9.     go("enter")
  10.   else
  11.     go("enter", "Main")
  12.   end if
  13. end
  14.